Unit of Competency Mapping – Information for Teachers/Assessors – Information for Learners

ICTPRG527 Mapping and Delivery Guide
Apply intermediate object-oriented language skills

Version 1.0
Issue Date: May 2024


Qualification -
Unit of Competency ICTPRG527 - Apply intermediate object-oriented language skills
Description
Employability Skills
Learning Outcomes and Application This unit describes the skills and knowledge required to undertake intermediate level programming tasks using an object-oriented programming language.It applies to programmers in a variety of fields who are required to produce programs in object-oriented languages.No licensing, legislative or certification requirements apply to this unit at the time of publication.
Duration and Setting X weeks, nominally xx hours, delivered in a classroom/online/blended learning setting.

Gather evidence to demonstrate consistent performance in conditions that are safe and replicate the workplace. Noise levels, production flow, interruptions and time variances must be typical of those experienced in the programming and software development industry, and include access to:

the requirements document or object-oriented design structures

programming languages that support object-oriented development

the database management system (DBMS)

the appropriate learning and assessment support

Assessors must satisfy NVR/AQTF assessor requirements.

Prerequisites/co-requisites
Competency Field
Development and validation strategy and guide for assessors and learners Student Learning Resources Handouts
Activities
Slides
PPT
Assessment 1 Assessment 2 Assessment 3 Assessment 4
Elements of Competency Performance Criteria              
Element: Build applications using the provided language utilities
  • Review the program requirements
  • Divide multiple source-code files into logical units and packages
  • Use at least two of the utilities of the target language, allowing for the internal storage of collections of data
  • Use the utilities of the target language, providing internal data-sorting and searching facilities
  • Employ integrated-development environment facilities, to make files to automate program building
  • Follow the guidelines for developing maintainable code, adhering to coding standards
  • Use the facilities in the language for persisting objects to binary files
  • Use the operator and function or method overloading facilities available in the language, at an introductory level
  • Use exception-handling techniques to ensure program stability
  • Use of a class that is based on multiple inheritances
       
Element: Write programs that interact with a database
  • Design and implement programs that connect to a database
  • Design and implement programs that use the language facilities to extract, update, and delete data stored in a database
  • Design and implement programs that use the language facilities to manipulate database structure (query, create and delete)
  • Write programs that deliver transactional integrity
       
Element: Write the graphical user interface
  • Employ the graphical user interface (GUI) framework, or text windowing interface, appropriate to the chosen language
  • Use standard GUI components
  • Use the facilities within the language for GUI objects to respond to user and program-generated events
       
Element: Debug the application
  • Use stand-alone debugging tools, or tools provided by the integrated development environment, to examine variables, and trace the running code
  • Use the debugger to detect logical and coding errors
  • Use the tracing of code and examination of variable contents during execution, to detect and correct errors
       
Element: Test the application
  • Design and document limited tests of code
  • Undertake limited testing of the produced code to ensure that it complies with the program specification
  • Capture and document the test results
       
Element: Create and maintain documentation
  • Read and interpret the supplied design document, to create the code
  • Create and maintain program documentation
       


Evidence Required

List the assessment methods to be used and the context and resources required for assessment. Copy and paste the relevant sections from the evidence guide below and then re-write these in plain English.

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Build applications using the provided language utilities

1.1 Review the program requirements

1.2 Divide multiple source-code files into logical units and packages

1.3 Use at least two of the utilities of the target language, allowing for the internal storage of collections of data

1.4 Use the utilities of the target language, providing internal data-sorting and searching facilities

1.5 Employ integrated-development environment facilities, to make files to automate program building

1.6 Follow the guidelines for developing maintainable code, adhering to coding standards

1.7 Use the facilities in the language for persisting objects to binary files

1.8 Use the operator and function or method overloading facilities available in the language, at an introductory level

1.9 Use exception-handling techniques to ensure program stability

1.10 Use of a class that is based on multiple inheritances

2. Write programs that interact with a database

2.1 Design and implement programs that connect to a database

2.2 Design and implement programs that use the language facilities to extract, update, and delete data stored in a database

2.3 Design and implement programs that use the language facilities to manipulate database structure (query, create and delete)

2.4 Write programs that deliver transactional integrity

3. Write the graphical user interface

3.1 Employ the graphical user interface (GUI) framework, or text windowing interface, appropriate to the chosen language

3.2 Use standard GUI components

3.3 Use the facilities within the language for GUI objects to respond to user and program-generated events

4. Debug the application

4.1 Use stand-alone debugging tools, or tools provided by the integrated development environment, to examine variables, and trace the running code

4.2 Use the debugger to detect logical and coding errors

4.3 Use the tracing of code and examination of variable contents during execution, to detect and correct errors

5. Test the application

5.1 Design and document limited tests of code

5.2 Undertake limited testing of the produced code to ensure that it complies with the program specification

5.3 Capture and document the test results

6. Create and maintain documentation

6.1 Read and interpret the supplied design document, to create the code

6.2 Create and maintain program documentation

Evidence of the ability to:

design and build application programs from a problem scenario and program specification

use object oriented programming language.

Note: If a specific volume or frequency is not stated, then evidence must be provided at least once.

To complete the unit requirements safely and effectively, the individual must:

explain data structures

explain small-size and medium-size application development

define object-oriented programming concepts

define object-oriented programming language

explain the process and techniques related to the use of a graphical user interface (GUI), to interact with an operator

outline the techniques to document applications.


Submission Requirements

List each assessment task's title, type (eg project, observation/demonstration, essay, assignment, checklist) and due date here

Assessment task 1: [title]      Due date:

(add new lines for each of the assessment tasks)


Assessment Tasks

Copy and paste from the following data to produce each assessment task. Write these in plain English and spell out how, when and where the task is to be carried out, under what conditions, and what resources are needed. Include guidelines about how well the candidate has to perform a task for it to be judged satisfactory.

ELEMENT

PERFORMANCE CRITERIA

Elements describe the essential outcomes.

Performance criteria describe the performance needed to demonstrate achievement of the element.

1. Build applications using the provided language utilities

1.1 Review the program requirements

1.2 Divide multiple source-code files into logical units and packages

1.3 Use at least two of the utilities of the target language, allowing for the internal storage of collections of data

1.4 Use the utilities of the target language, providing internal data-sorting and searching facilities

1.5 Employ integrated-development environment facilities, to make files to automate program building

1.6 Follow the guidelines for developing maintainable code, adhering to coding standards

1.7 Use the facilities in the language for persisting objects to binary files

1.8 Use the operator and function or method overloading facilities available in the language, at an introductory level

1.9 Use exception-handling techniques to ensure program stability

1.10 Use of a class that is based on multiple inheritances

2. Write programs that interact with a database

2.1 Design and implement programs that connect to a database

2.2 Design and implement programs that use the language facilities to extract, update, and delete data stored in a database

2.3 Design and implement programs that use the language facilities to manipulate database structure (query, create and delete)

2.4 Write programs that deliver transactional integrity

3. Write the graphical user interface

3.1 Employ the graphical user interface (GUI) framework, or text windowing interface, appropriate to the chosen language

3.2 Use standard GUI components

3.3 Use the facilities within the language for GUI objects to respond to user and program-generated events

4. Debug the application

4.1 Use stand-alone debugging tools, or tools provided by the integrated development environment, to examine variables, and trace the running code

4.2 Use the debugger to detect logical and coding errors

4.3 Use the tracing of code and examination of variable contents during execution, to detect and correct errors

5. Test the application

5.1 Design and document limited tests of code

5.2 Undertake limited testing of the produced code to ensure that it complies with the program specification

5.3 Capture and document the test results

6. Create and maintain documentation

6.1 Read and interpret the supplied design document, to create the code

6.2 Create and maintain program documentation

Copy and paste from the following performance criteria to create an observation checklist for each task. When you have finished writing your assessment tool every one of these must have been addressed, preferably several times in a variety of contexts. To ensure this occurs download the assessment matrix for the unit; enter each assessment task as a column header and place check marks against each performance criteria that task addresses.

Observation Checklist

Tasks to be observed according to workplace/college/TAFE policy and procedures, relevant legislation and Codes of Practice Yes No Comments/feedback
Review the program requirements 
Divide multiple source-code files into logical units and packages 
Use at least two of the utilities of the target language, allowing for the internal storage of collections of data 
Use the utilities of the target language, providing internal data-sorting and searching facilities 
Employ integrated-development environment facilities, to make files to automate program building 
Follow the guidelines for developing maintainable code, adhering to coding standards 
Use the facilities in the language for persisting objects to binary files 
Use the operator and function or method overloading facilities available in the language, at an introductory level 
Use exception-handling techniques to ensure program stability 
Use of a class that is based on multiple inheritances 
Design and implement programs that connect to a database 
Design and implement programs that use the language facilities to extract, update, and delete data stored in a database 
Design and implement programs that use the language facilities to manipulate database structure (query, create and delete) 
Write programs that deliver transactional integrity 
Employ the graphical user interface (GUI) framework, or text windowing interface, appropriate to the chosen language 
Use standard GUI components 
Use the facilities within the language for GUI objects to respond to user and program-generated events 
Use stand-alone debugging tools, or tools provided by the integrated development environment, to examine variables, and trace the running code 
Use the debugger to detect logical and coding errors 
Use the tracing of code and examination of variable contents during execution, to detect and correct errors 
Design and document limited tests of code 
Undertake limited testing of the produced code to ensure that it complies with the program specification 
Capture and document the test results 
Read and interpret the supplied design document, to create the code 
Create and maintain program documentation 

Forms

Assessment Cover Sheet

ICTPRG527 - Apply intermediate object-oriented language skills
Assessment task 1: [title]

Student name:

Student ID:

I declare that the assessment tasks submitted for this unit are my own work.

Student signature:

Result: Competent Not yet competent

Feedback to student

 

 

 

 

 

 

 

 

Assessor name:

Signature:

Date:


Assessment Record Sheet

ICTPRG527 - Apply intermediate object-oriented language skills

Student name:

Student ID:

Assessment task 1: [title] Result: Competent Not yet competent

(add lines for each task)

Feedback to student:

 

 

 

 

 

 

 

 

Overall assessment result: Competent Not yet competent

Assessor name:

Signature:

Date:

Student signature:

Date: